const internal/saferio.chunk
11 uses
internal/saferio (current package)
io.go#L19: const chunk = 10 << 20 // 10M
io.go#L35: if n < chunk {
io.go#L45: buf1 := make([]byte, chunk)
io.go#L48: if next > chunk {
io.go#L49: next = chunk
io.go#L74: if n < chunk {
io.go#L88: buf1 := make([]byte, chunk)
io.go#L91: if next > chunk {
io.go#L92: next = chunk
io.go#L118: if c*size > chunk {
io.go#L119: c = chunk / size
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)